|
Notification SDK Server
4.36.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
|
Data Structures | |
| interface | INotificationSDKServer |
Provides the entry points for the NotificationSDKServer library:
| |
Namespaces | |
| namespace | OneSpan |
| namespace | OneSpan.Digipass |
| namespace | OneSpan.Digipass.Sdk |
| namespace | OneSpan.Digipass.Sdk.Utils |
| namespace | OneSpan.Digipass.Sdk.Utils.Notification |
| namespace | OneSpan.Digipass.Sdk.Utils.Notification.Server |
Functions | |
| delegate void | SendNotificationErrorDelegate (int notificationTrackingIdentifier, string vascoNotificationIdentifier, NotificationSDKServerException e) |
| Callback delegate in case of error while sending a notification. More... | |
| delegate void | SendNotificationSuccessDelegate (int notificationTrackingIdentifier, string vascoNotificationIdentifier) |
| Callback delegate in case of success while sending a notification. More... | |